@charset "utf-8";
body{
	background-color:#D7BDA6;
}

.navbar.fixed-top.navbar-expand-lg.navbar-light.bg-light #navbarSupportedContent1{
	margin-left:316px;
}

.logo{
	margin-left:39px;
}

.titulo-seccion{
    color: #4A2C13;
    font-size: 60px;
    text-align: center;
    margin-top: 80px;
    margin-bottom: 50px;
    font-family: lato;
    font-style: italic;
    font-weight: 900;
	
}

.promociones-section{
	padding-left:0;
	padding-right:0;
	
}

.promo-img{
	width:100%;
	height:650px;
	object-fit:cover;
	border-radius:0;
	display:block;
}

.flecha-promo{
	width:60px;
	height:60px;
	border-radius:50%;
	background:#4A2C13;
	color:white;
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:28px;
}

.carousel-indicators li{
	width:14px;
	height:14px;
	border-radius:50%;
	background:#4A2C13;
}

.combo-card{
	border:none;
	border-radius:25px;
	overflow:hidden;
	transition:.4s;
}

.card-img-top{
	width:100%;
	height:300px;
	object-fit:cover;
}

.combo-card:hover{
	transform:translateY(-10px);
	box-shadow:0 10px 25px rgba(0,0,0,.25);
}

.btn-combo{
	background:#4A2C13;
	color:white;
}

.btn-combo:hover{
	background:#D7BDA6;
	color:#4A2C13;
	border:1px solid #4A2C13;
}

.temporada-box{
	width:100%;
	overflow:hidden;
	border-radius:0;
	
}

.bebida-temporada{
	width:100%;
	height:650px;
	object-fit:cover;
	display:block;
	transition:.6s;

}
.temporada-section{
	padding-left:0;
	padding-right:0;
	
}
.bebida-temporada:hover{
	transform:scale(1.05);
}

.flip-card{
	width:100%;
	height:500px;
	margin:0;
	perspective:1000px;
	
}
.descuento-section{
	padding-left:0;
	padding-right:0;
	
}

.flip-card-inner{
	position:relative;
	width:100%;
	height:100%;
	transition:transform .8s;
	transform-style:preserve-3d;
}

.flip-card:hover .flip-card-inner{
	transform:rotateY(180deg);
}

.flip-card-front,
.flip-card-back{
	position:absolute;
	width:100%;
	height:100%;
	backface-visibility:hidden;
	border-radius:25px;
	overflow:hidden;
}

.flip-card-front img{
	width:100%;
	height:100%;
	object-fit:cover;
}

.flip-card-back{
	background:#4A2C13;
	color:white;
	transform:rotateY(180deg);

	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	text-align:center;

	padding:30px;
}

.btn-registro{
	background:#D7BDA6;
	color:#4A2C13;
	font-weight:bold;
	margin-top:15px;
}

.btn-registro:hover{
	background:white;
}

.piedepágina{
	width:100%;
	height:90px;
	margin-top:120px;
	background-color:#4A2C13;
	color:#D7BDA6;
	text-align:center;
	padding-top:34px;
}

.iconos{
	width:100%;
	margin-top:-13px;
}

.iconos img{
	margin-left:12px;
}

.container-fluid{
	padding-left:0 !important;
	padding-right:0 !important;
}
